func crypto/tls.checkKeySize

3 uses

	crypto/tls (current package)
		handshake_client.go#L947: func checkKeySize(n int) (max int, ok bool) {
		handshake_client.go#L972: 			if max, ok := checkKeySize(n); !ok {
		handshake_server.go#L869: 			if max, ok := checkKeySize(n); !ok {